projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7fa69
)
(make-help-screen): Fix character constant.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 10:56:26 +0000
(10:56 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 10:56:26 +0000
(10:56 +0000)
lisp/help-macro.el
patch
|
blob
|
history
diff --git
a/lisp/help-macro.el
b/lisp/help-macro.el
index 19add581969d5cbeed2bbcae60a61bd844fe40a3..567b2c1a2f1c4008cd375187400743dd9aa94557 100644
(file)
--- a/
lisp/help-macro.el
+++ b/
lisp/help-macro.el
@@
-143,7
+143,7
@@
and then returns."
(help-mode)
(goto-char (point-min))
(while (or (memq char (append help-event-list
- (cons help-char '(?? ?\C-v ?\ ?\177 delete backspace vertical-scroll-bar ?\M-v))))
+ (cons help-char '(?? ?\C-v ?\
s
?\177 delete backspace vertical-scroll-bar ?\M-v))))
(eq (car-safe char) 'switch-frame)
(equal key "\M-v"))
(condition-case nil